if (isset(f5)) {
  load.pic(v0);
  draw.pic(v0);
  discard.pic(v0);
  position(o0,69,140);
  status.line.on();
  accept.input();
  load.view(35);
  set.view(o1,35);
  animate.obj(o1);
  position(o1,79,19);
  draw(o1);
    load.view(20);
  set.view(o2,20);
  animate.obj(o2);
  position(o2,78,123);
  wander(o2);
  draw(o2);
      load.view(22);
  set.view(o4,22);
  animate.obj(o4);
  position(o4,78,136);
  wander(o4);
  draw(o4);

  load.view(21);
  set.view(o3,21);
  animate.obj(o3);
  position(o3,78,134);
  wander(o3);
  draw(o3);
      load.view(23);
  set.view(o5,23);
  animate.obj(o5);
  position(o5,78,126);
  wander(o5);
  draw(o5);

      load.view(26);
  set.view(o6,26);
  animate.obj(o6);
  position(o6,78,123);
  wander(o6);
  draw(o6);

   }
  draw(o0);
  show.pic();

  if(posn(o0,61,155,77,162)){
  new.room(28);
  }
  if(said("take","cake")){
  if(posn(o0,54,90,72,98)){
  if(v180 == 5){
  print("You already have it.");
  return();
  }
  print("Ok");
  get("cake");
  v180 = 5;
  v3 += 4;
  return();
  }
print("You're not close enough.");
  }
  if(said("look")){
  print("You're at somekind of a birthday party there are a lot of people. Maybey you should talk to someone to get more information.");

    }
  if(said("look","ceiling")){
  print("It's a ceiling with a cool discoball.");
    }
  if(said("look","floor")){
  print("It's dance floor.");
    }
  if(said("look","cake")){
  print("It's some cream cake.");
    }
  if(said("look","table")){
  print("They're brown.");
    }
  if(said("look","chair")){
  print("It's brown as the table is.");
    }
  if(said("look","wall")){
  print("It's green.");
    }
  if(said("look","discoball")){
  print("Wao! I've never seen such cool discoball.");
    }
  if(said("look","people")){
  print("There's a lot of people so I can't look them all together.");

 }
  if(said("talk","man")){
  if(has("swim shorts")){
  print("You already talked to him.");
  return();
  }
  print("Lefty: Hello, what going on in here?");
  print("Man: It's a birthday party but the real party is upstairs. There are fireworks and I'm afraid that they're going to blow the damn ship up.");
  print("Lefty: Here is only three chairs and a lot more people why are there only three chairs then?");
  print("Man: The party is pretty wild up there and that means a lot of drunk people so they are throwing all the chairs to the sea and then take new ones from here.");
  print("Lefty: Ok.....but where's the birthday boy or whatever he or she is?");
  print("Man: He went upstairs and I think that he's not coming back soon.");
  print("Lefty: Ok I'll be going now.");
  print("Man: Take these swim shorts just in case the ship is going to blow up.");
  print("Lefty: Ok, bye.");
  get("swim shorts");
  v3 += 5;
  get("swim shorts");
  return();
   }
 if(said("put on","swim trousers")){
 if(v190 == 5){
   print("You're already wearing those.");
 return();

 }
 print("Ok");
 load.view(99);//lefty ujumispykstes
 set.view(o0,99);
 draw(o0);
 v190 = 5;
 v3 +=4;
 return();

   }

return();